home *** CD-ROM | disk | FTP | other *** search
- ; KVCMDS.KVV
- ; This file contains the definition of KV Commands
- ; Note: all commands in this file are intrinsic functions of KV
- ; this file does not yet implement the master list mechanism
-
- [Dictation Commands]
- SUBLIST(Open-Application)
-
- "delete-that" = delete_that,,CMD, N, N
- "delete-noise" = delete_noise,,CMD, N, N
-
- "take-one" = take_1,,CMD, N, N
- "take-two" = take_2,,CMD, N, N
- "take-three" = take_3,,CMD, N, N
- "take-four" = take_4,,CMD, N, N
-
- "back-up-one" = backup_1,,CMD, N, N
- "back-up-two" = backup_2,,CMD, N, N
- "back-up-three" = backup_3,,CMD, N, N
- "back-up-four" = backup_4,,CMD, N, N
-
- "move-on" = move_on,,CMD, N, N
-
- "forward-one" = forward_1,,CMD, N, N
- "forward-two" = forward_2,,CMD, N, N
- "forward-three" = forward_3,,CMD, N, N
- "forward-four" = forward_4,,CMD, N, N
-
- "endings-of-best" = forms_of_0,,CMD, N, N
- "endings-of-one" = forms_of_1,,CMD, N, N
- "endings-of-two" = forms_of_2,,CMD, N, N
- "endings-of-three" = forms_of_3,,CMD, N, N
- "endings-of-four" = forms_of_4,,CMD, N, N
-
- "correct-that" = correct_that,,CMD, N, N
- "open-keyboard" = voice_keyboard,,CMD, N, N
-
- ; KV control words
-
- "save-profile" = save_profile,,CMD, N, Y
- "open-active-words" = show_active_words,,CMD, N, N
- "close-active-words" = hide_active_words,,CMD, N, N
- "open-take" = show_take,,CMD, N, N
- "close-take" = hide_take,,CMD, N, N
- "stop-listening" = stop_listening,,CMD, N, N
- "recognition-wizard" = recognition_wizard,,CMD, N, N
- "sound-levels" = check_levels,,CMD, N, N
-
- ; listen-to-me is in another list
-
- ; capitalization and spacing
-
- "initial-caps" = begin_document,,CMD, N, N
- "initial-cap-that" = initial_cap_that,,CMD, N, N
- "initial-cap-on" = initial_cap_on,,CMD, N, N
- "initial-cap-off" = initial_cap_off,,CMD, N, N
- "uppercase-that" = uppercase_that,,CMD, N, N
- "uppercase-on" = uppercase_on,,CMD, N, N
- "uppercase-off" = uppercase_off,,CMD, N, N
- "lowercase-that" = lowercase_that,,CMD, N, N
- "lowercase-on" = lowercase_on,,CMD, N, N
- "lowercase-off" = lowercase_off,,CMD, N, N
- "auto-cap-on" = auto_cap_on,,CMD, N, N
- "auto-cap-off" = auto_cap_off,,CMD, N, N
- "auto-spacing-on" = auto_spacing_on,,CMD, N, N
- "auto-spacing-off" = auto_spacing_off,,CMD, N, N
- "add-space" = add_space,,CMD, N, N
- "delete-space" = delete_space,,CMD, N, N
-
- ; cue card commands
-
- "voice-alphabet-cue-card" = voice_alphabet_cue_card,,CMD, N, N
- "basic-commands-cue-card" = basic_commands_cue_card,,CMD, N, N
- "navigation-cue-card" = navigation_cue_card,,CMD, N, N
- "punctuation-cue-card" = punctuation_cue_card,,CMD, N, N
- "numbers-cue-card" = numbers_cue_card,,CMD, N, N
-
-
- ;************************************************************
- ; this is a mini-word list used by the stop-listening command
- ;************************************************************
-
- [Listen To Me]
- ATTRIBUTE(MORE DEAF)
- "listen-to-me" = listen_to_me,,CMD, N, N
- ;"take-one" = take_1,,CMD, N, N
-
-
- [Continuous Digits]
- "1" = "1", , TEXT
- "2" = "2", , TEXT
- "3" = "3", , TEXT
- "4" = "4", , TEXT
- "5" = "5", , TEXT
- "6" = "6", , TEXT
- "7" = "7", , TEXT
- "8" = "8", , TEXT
- "9" = "9", , TEXT
- "0" = "0", , TEXT
- "-" = "-", , TEXT
- "," = ",", , TEXT
- "[DIGITS]" =
-
-
- ;*****************************************************************
- ; this is the list of wordlists included in menu-tracked wordlists
- ;*****************************************************************
-
- [Tracked Menu Sublists]
- SUBLIST(Windows Menu Commands, Dictation Commands)
-
-
-
- ;*******************************************************************
- ; this is the list of wordlists included in dialog-tracked wordlists
- ;*******************************************************************
-
- [Tracked Dialog Sublists]
- SUBLIST(Windows Commands, Dictation Commands, Voice Alphabet, Punctuation Keys, Extended Keys, Navigation Keys, Continuous Digits)
-
- [Tracked Dialog FreeText Sublists]
- SUBLIST(Windows Commands, Dictation Commands, Global Words, Continuous Digits)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-